projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eb2931
)
(ucs-input-method): Don't make the action of
author
Kenichi Handa
<handa@m17n.org>
Thu, 14 Sep 2006 02:46:58 +0000
(
02:46
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 14 Sep 2006 02:46:58 +0000
(
02:46
+0000)
a key not in [0-9a-zA-Z] when it was expected to be. Let the Emacs
mechanism do it.
leim/quail/uni-input.el
patch
|
blob
|
history
diff --git
a/leim/quail/uni-input.el
b/leim/quail/uni-input.el
index 1e6bdbd51e8679e3b388763b8d8ac73d4b2db86f..851b4fdf223c4a4d97c331c80edc36a778c84259 100644
(file)
--- a/
leim/quail/uni-input.el
+++ b/
leim/quail/uni-input.el
@@
-100,11
+100,6
@@
(progn
(push key events)
(ucs-input-insert-char key))
- (let ((last-command-char key)
- (current-prefix-arg))
- (condition-case err
- (call-interactively (key-binding seq))
- (quail-error (message "%s" (cdr err)) (beep))))
(quail-delete-region)
(throw 'non-digit (append (reverse events)
(listify-key-sequence seq))))))